home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / progjrn / pj_6_6.arc / SVS386.ARC / SVSCMP.BAT
DOS Batch File  |  1988-09-02  |  386b  |  11 lines

  1. echo Compiling %1.for with SVS FORTRAN 2.8 with 80387 >%1.tim
  2. time <c:\dos\cr >>%1.tim
  3. c:\svs\fortrani %1.for +387 -p +c +c72 -e%1.err +charequ %2 %3 %4 %5 %6 %7 %8
  4. c:\svs\tcodei %1.i %1.j
  5. c:\svs\jlinkeri %1.j -o%1.obj
  6. del %1.j
  7. time <c:\dos\cr >>%1.tim
  8. fastlink %1 -nomap -l c:\svs\libf387 -relexe %1 
  9. if not exist %1.com copy d:\igc\vmrun.com %1.com
  10. time <c:\dos\cr >>%1.tim
  11.